func syscall.cgocaller
11 uses
syscall (current package)
syscall_linux.go#L420: if ret := cgocaller(cgo_libc_setgroups, 0, 0); ret != 0 {
syscall_linux.go#L436: if ret := cgocaller(cgo_libc_setgroups, n, uintptr(unsafe.Pointer(&a[0]))); ret != 0 {
syscall_linux.go#L1127: func cgocaller(unsafe.Pointer, ...uintptr) uintptr
syscall_linux.go#L1138: } else if ret := cgocaller(cgo_libc_setegid, uintptr(egid)); ret != 0 {
syscall_linux.go#L1151: } else if ret := cgocaller(cgo_libc_seteuid, uintptr(euid)); ret != 0 {
syscall_linux.go#L1164: } else if ret := cgocaller(cgo_libc_setgid, uintptr(gid)); ret != 0 {
syscall_linux.go#L1177: } else if ret := cgocaller(cgo_libc_setregid, uintptr(rgid), uintptr(egid)); ret != 0 {
syscall_linux.go#L1190: } else if ret := cgocaller(cgo_libc_setresgid, uintptr(rgid), uintptr(egid), uintptr(sgid)); ret != 0 {
syscall_linux.go#L1203: } else if ret := cgocaller(cgo_libc_setresuid, uintptr(ruid), uintptr(euid), uintptr(suid)); ret != 0 {
syscall_linux.go#L1216: } else if ret := cgocaller(cgo_libc_setreuid, uintptr(ruid), uintptr(euid)); ret != 0 {
syscall_linux.go#L1229: } else if ret := cgocaller(cgo_libc_setuid, uintptr(uid)); ret != 0 {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |